body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #FFF;
}
.container {
	background-color: #FFF;
	height: 800px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
}
img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img a  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container .logo {
	background-color: #FFF;
	height: 70px;
	width: 565px;
	float: left;
	background-image: url(images/logo.png);
}
.container .nav {
	background-color: #FFF;
	text-align: right;
	height: 33px;
	width: 375px;
	float: left;
	font-size: 18px;
	padding-top: 37px;
	padding-right: 0px;
	padding-left: 0px;
}
.content {
}
a {
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #900;
}
.footer {
	font-size: 10px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.infonav   {
	height: 250px;
	width: 580px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 200px;
}

#slideshow {
  width: 940px;
  height: 750px;
}

a img:hover {
		filter:alpha(opacity=70); 

		-moz-opacity: 0.70; 

		opacity: 0.70;
}